ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common Namespace / DelegateCommand<TParm> Class / RaiseCanExecuteChanged Method

In This Topic
    RaiseCanExecuteChanged Method (DelegateCommand<TParm>)
    In This Topic
    Raise CanExecuteChanged event from external code.
    Syntax
    'Declaration
     
    Public Sub RaiseCanExecuteChanged() 
    public void RaiseCanExecuteChanged()
    See Also